home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / Netobj / CDK / NetObjectsFusionCDK5_97.exe / _SETUP.1 / SeekPosition.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-04-08  |  263 b   |  6 lines

  1. interface SeekPosition {
  2.    int begin = 0;
  3.    int current = 1;
  4.    int end = 2;
  5. }
  6.